PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / getSecurityHandler Method
In This Topic
    getSecurityHandler Method
    In This Topic
    Gets the document security handler.
    Syntax
    public PDFSecurityHandler getSecurityHandler()

    Return Value

    A com.o2sol.pdf4java.core.security.PDFSecurityHandler that represents the handler used to encrypt the file loaded in this document.
    See Also